www.gusucode.com > PHP版金融投资类企业PHP源码程序 > PHP版金融投资类企业/公司网站系统源码 v1.0/IVEARS_v1.0/IVEARS_v1.0/Public/Admin/css/login.css

    body {background: #E5E5E5 url(../images/bg_login_page.png) repeat-x top;}


#logincontainer {width: 385px;  margin: 0 auto; margin-top: 90px;}

#loginbox {border-radius: 20px; -moz-border-radius: 20px; background: #000 url(../images/bg_login_box.png) repeat-x top; border-bottom: 1px solid #fff;}
#loginheader {text-align: center; padding: 15px 0; background: url(../images/bg_login_header.png) repeat-x bottom; border-bottom: 1px solid #424242; border-top-left-radius: 20px; border-top-right-radius: 20px; -moz-border-radius-topright: 20px; -moz-border-radius-topleft: 20px;}

#innerlogin {width: 260px; margin: 0 auto; text-align: center; padding: 15px 20px 30px 20px;}
.logininput {width: 240px; padding: 17px 10px; border: 1px solid #fff; border-radius: 8px; -moz-border-radius: 8px; font-size: 15px; margin: 10px 0;}
#innerlogin p {color: #ddd; font-weight: 700; text-shadow: 1px 1px 1px #222;}

#innerlogin p a {background: #ccc url(../images/bg_forgotten_password.png) repeat-x top; text-shadow: 1px 1px 1px #fff; color: #666; font-size: 11px; padding: 4px 10px; border-radius: 5px; -moz-border-radius: 5px; text-decoration: none;}
#innerlogin p a:hover {background: #ccc url(../images/bg_forgotten_password.png) 0 -25px; color: #333;}

.verify{float: left;width:262px;}
.verify img{position:relative;top: 20px;}
.logincode {width: 115px; padding: 17px 10px; border: 1px solid #fff; border-radius: 8px; -moz-border-radius: 8px; font-size: 15px; margin: 10px 0;}

#resultMsg {height: 16px;line-height: 16px;float: left;padding: 0 0 0 24px;position: relative;top:-3px;left: 85px;}
.loading{background:url(../images/ajaxloading.gif) no-repeat 0px 3px; color:green;}
.ajaxerror{background:url(../images/ajaxerror.gif) no-repeat 5px 0px; color:#f30;}



#body_login {
	overflow:hidden;
}
#body_login #inner {
	width:350px;
}
#body_login .barright{ position:absolute; right:5px; margin-right:0px; top:0px;}
#body_login .bar {
	height:40px;
	color:#FFF;
	line-height:40px;
	font-weight:bold;
	text-indent:10px;
	font-size:16px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-ms-border-top-left-radius: 10px;
	-ms-border-top-right-radius: 10px;
	-o-border-top-left-radius: 10px;
	-o-border-top-right-radius: 10px;
	border-radius: 10px 10px 0 0;
	overflow:hidden;
}
#body_login .title h1 {
	text-align:center;
	font-size:24px;
	height:50px;
	line-height:50px;
}
#body_login #login_k {
	background:#E6E6E6;
	float:left;
	width:290px;
	padding:30px;
	padding-top:10px;
	padding-bottom:40px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-ms-border-bottom-left-radius: 10px;
	-ms-border-bottom-right-radius: 10px;
	-o-border-bottom-left-radius: 10px;
	-o-border-bottom-right-radius: 10px;
	border-radius: 0 0 10px 10px;
}
#body_login .skin {
	margin-top:15px;
}
#body_login #login_ul li {
	width:100%;
	height:40px;
	float:left;
	position:relative;
	margin-top:20px;
}
#body_login #login_ul .input {
	width:288px;
	height:40px;
	line-height:40px\9;
	text-indent:25px;
	position:absolute;
	left:0;
	font-size:18px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #ABADB3 #E2E3EA #E2E3EA #ABADB3;
	border-radius:5px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
#body_login #login_ul li #user {
	background-position:-178px 12px;
}
#body_login #login_ul li #password {
	background-position:-178px -24px;
}
#body_login #login_ul li #verify {
	background-position:-178px -57px;
}
#body_login .btn {
	margin-top:20px;
	width:288px;
	height:40px;
	background-position:0 0;
	overflow:hidden; padding:0;
}
#body_login .btn input {
	width:100%;
	height:40px;
	cursor:pointer;
	font-size:18px;
	font-weight:bold;
}
#body_login .disabled .login_loading {
	margin-top:12px;
}
#body_login #msgkong{ position:relative; width:100%; float:left;}
#body_login #msgkong .msg{ width:100%; top:-16px; display:none;}
#body_login .disabled .login_loading img{ vertical-align:-4px;}